home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / MSJV7_1.ARJ / TESTER < prev    next >
Text File  |  1992-01-01  |  313b  |  11 lines

  1. all: tester.dll
  2.  
  3. tester.obj: tester.c tester.h testinc.h
  4.     cl -c -ASw -Gcsw2 -Od -W4 -Zlepid tester.c
  5.  
  6. tester.dll: tester.obj tester.def
  7.     link /NOE/BA/A:16/M/CO/LI/F tester.obj libentry.obj, tester.dll,, libw sdllcew, tester
  8.     mapsym tester.map
  9.     implib tester.lib tester.def
  10.     rc tester.dll
  11.